ScanDeviceManager ResetScanners
Resets the scanners attached to the specified device.
| public void ResetScanners(string deviceName) |
Return value
| void |
Parameters
| string | deviceName | The unique name of the device. |
Exceptions
| DeviceNotFoundException | Throws when the device with the given name is not found |
Example
Copy
scanDeviceManager.ResetScanners(GetselectedDeviceUniqueName());